Feature: Delete tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 31.366s |
Scenario: Delete a tag successfully
Before
0m 1.184s
Given
I navigate to page "<URL>"
0m 4.702s
And
I enter email "<ADMIN_EMAIL>"
0m 1.313s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.707s
And
I click on the login button
0m 3.838s
And
I wait for 2 seconds
0m 2.431s
And
I click on tags option
0m 1.025s
And
I wait for 2 seconds
0m 2.265s
When
I click on the new tags button
0m 0.717s
And
I write "Tag para eliminar" in the tag name
0m 0.398s
And
I write "Descripción de tag" in the tag description
0m 0.554s
And
I save the new tag
0m 0.651s
And
I click on tags option
0m 0.484s
And
I wait for 2 seconds
0m 2.531s
And
I click the last tag in the list
0m 0.521s
And
I wait for 2 seconds
0m 2.256s
And
I click the delete tag button
0m 0.590s
And
I wait for 2 seconds
0m 2.282s
And
I click confirm tag deleting
0m 0.399s
And
I wait for 2 seconds
0m 2.268s
Then
I see that there is no tag with the name "Tag para eliminar" in the tag list
0m 0.245s
After
0m 0.005s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click on the new tags button
And
I write "Tag para eliminar" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on tags option
And
I wait for 2 seconds
And
I click the last tag in the list
And
I wait for 2 seconds
And
I click the delete tag button
And
I wait for 2 seconds
And
I click confirm tag deleting
And
I wait for 2 seconds
Then
I see that there is no tag with the name "Tag para eliminar" in the tag list
After
NO IMAGE AVAILABLE